AuthenticationContext

data class AuthenticationContext(val authUrl: String, val application: AuthenticationContext.Application, val origin: AuthenticationContext.Origin)

Information associated with the current authentication request returned from getAuthenticationContext.

Note that the authUrl field may differ from the URL passed into getAuthenticationContext. In this event, the new authUrl must be passed into authenticate or authenticateOtp, rather than the original URL.

Constructors

Types

Link copied to clipboard
data class Application(val id: String, val displayName: String?)
Link copied to clipboard
object Companion
Link copied to clipboard
data class Origin(val sourceIp: String?, val userAgent: String?, val geolocation: String?, val referer: String?)

Properties

Link copied to clipboard
Link copied to clipboard